home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 40
/
Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso
/
Aminet
/
util
/
cdity
/
MRQ.lha
/
MRQ
/
Source
/
mrqwindowclass_private.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-10-16
|
345b
|
15 lines
/* mrqwindowclass_private.h
** MRQ's window class' private structures
**
** ©1997-1999 by Matthias.Bethke <Matthias.Bethke@gmx.net>
** You are free to modify this source or use parts of it in your
** own programs as long as they are distributed as freeware.
*/
#include "mrqwindowclass.h"
struct MRQWinData
{
struct MRQReqMessage *ReqMsg;
};